home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / others / progman.zip / PROGMAN.DOC
Text File  |  1992-01-20  |  3KB  |  65 lines

  1. SHORTER NAME FOR WINDOWS APPLICATIONS GROUP
  2. ===========================================
  3.  
  4. Have you ever been annoyed by the VERY long name used by the SETUP program to
  5. store newly installed applications? The default name of this group is
  6. "Windows Applications" which is long enough to usually block out any
  7. neighbouring groups which have been minimised in the bottom of the program
  8. manager window.
  9.  
  10. I have tried to get around the problem by renaming the group name, but setup
  11. will then create a new group called "Windows Applications".
  12.  
  13. This is about the time I decided to patch setup.exe to get rid of the problem.
  14.  
  15. You will need a method for doing a binary edit to an executable file; I used NU
  16. from Norton Utilities. Other editors such as BED should also work....
  17.  
  18. Procedure...
  19.  
  20. 1. copy SETUP.EXE SETUPNEW.EXE (This is IMPORTANT in case you mess up! You
  21.                                 should only edit the copied file.)
  22.  
  23. 2. Use your binary editor to patch the copied version of the program.
  24.  
  25.     eg.  NU SETUPNEW.EXE    (or equivalent command for other binary editors)
  26.  
  27. 3. Proceed to location 0x2fcec and display this area. You will find the string
  28.    "Windows Applications" followed by 0x00, followed by 0x07. (There is also a
  29.    string "Non-windows Applications" or similar just prior to here. This may
  30.    work for non-windows setups but I have not tried it, so I can't comment)
  31.  
  32. 4. This is the string to change. I modified the string to "Win App" which fits
  33.    quite snugly under the icon.
  34.  
  35. 5. The characters which remain after "Win App" has been entered are
  36.    " Applications". These 13 characters should be converted to NULLs. (0x00)
  37.    Save the modified sector to disk and exit the editor.
  38.  
  39. 6. Within windows, highlight the "Windows Applications" group. Skip this step
  40.    and the next one if this group does not exist.
  41.  
  42. 7. Select the "Properties..." item under the FILE menu. Change the description
  43.    to "Win App" or whatever you called this group. Press OK.
  44.  
  45. 8. Highlight the Setup program icon.
  46.  
  47. 9. Select the "Properties..." item under the FILE menu. Change the Command Line
  48.    to point to your new patched program, ...\SETUPNEW.EXE and press OK.
  49.  
  50. 10. The changes are now complete.
  51.  
  52. From now on, whenever you install a new windows application, it will be placed
  53. into a group with whatever name you chose for it. There may be an easier way to
  54. do all this (a parameter in win.ini perhaps) but I could not find it.
  55.  
  56. No warranties provided. :)  Good luck.
  57.  
  58. Steve
  59.  
  60. ----_--_-_-_--_-__-_------_-__---_-___-_----_-____-_-_--__-_--_--___-_-_-_--__-_
  61. Steve Balogh  VK3YMY   (Maths G.14)   | steve@monu6.cc.monash.edu.au
  62. Monash University, Clayton Campus     |      37 52'38.8"S  145 02'42.0"E ...ICBM
  63. Wellington Road, Clayton.            |      +61 3 565 4747 Voice (Office)
  64. Melbourne, AUSTRALIA. 3168          |      +61 3 565 4746 Fax
  65.